home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / abatvw2.zip / AMSGEXMP.BAT < prev    next >
DOS Batch File  |  1994-07-12  |  2KB  |  35 lines

  1. @ECHO OFF
  2. REM BATCH FILE CONTAINING AMSG.EXE EXAMPLE SCREENS
  3. ACLS +31
  4. AECHO AMSG EXAMPLES
  5. AECHO /@205:75
  6. ECHO The AMSG.EXE program contains options to display system information.
  7. ECHO These options may be used to create stand alone message screens or
  8. ECHO in combination with information you wish to display.
  9. AECHO /@196:70
  10. ECHO You may specify color attributes and background wallpaper, or use 
  11. ECHO the program supplied defaults. Either way, any text that you pass
  12. ECHO as an argument will be automatically centered in a display window
  13. ECHO and a Press Any Key to Continue prompt will appear at the bottom.
  14. AECHO /@196:70
  15. ECHO The following examples will show some of the main options
  16. ECHO beginning with a title screen to demonstrate the default
  17. ECHO colors and backround. Unless otherwise specified, you may
  18. ECHO exit each screen by pressing any key.
  19. AECHO /@196:70
  20. AECHO /* +27 /pz
  21. REM DEFAULTS
  22. call AMSG.EXE /task "Amsg Default colors and background" "You must use options for this" "Do you understand"
  23. REM TIME AND DATE
  24. call AMSG.EXE +93 15 28 176 /td "CONTINUOUS DISPLAY OF TIME AND DATE"
  25. REM DISK INFO
  26. call AMSG.EXE +49 15 23 DISKS /dsk "DRIVES AND SUCH"
  27. REM DOS ENVIRONMENT
  28. call AMSG.EXE +64 14 84 "* DOS STUFF " /env "SYSTEM ENVIRONMENT PARAMETERS"
  29. REM MEMORY
  30. call AMSG.EXE +110 15 64 "@ DRAM" /mem "SOME MEMORY INFO"
  31. REM EQUIPMENT
  32. call AMSG.EXE +32 15 27 ATTACHED /eqp "INSTALLED EQUIPMENT AND PERIPHERALS"
  33. REM ASK BINARY
  34. call AMSG.EXE +15 15 116 QUERY /ask "ASK A YES OR NO ONLY QUESTION"
  35.